home *** CD-ROM | disk | FTP | other *** search
- Subject: Re: Re(2): Any tips for Building ODF with CW8 CFM68k?
- Sent: 3/26/96 9:43 AM
- Received: 3/26/96 9:51 AM
- From: Troy Gaul, tgaul@apple.com
- Reply-To: ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- >Actually, I had similar binding problems while trying to get our parts
- >working with CFM68K and never successfully debugged the problem until getting
- >the last release of CFM68K tools from Metrowerks, at which time the problems
- >went away.
-
- Another potential problem (which appears in this way) is that the
- CodeWarrior 8 version of the CFM-68K compiler would not set the "weak"
- import bit correctly for the imports that you are making.
-
- For instance, if you're including the QuickDraw GX Lib for CFM-68K, you
- probably have the "Weak import" option turned on in the popup menu to the
- right of that item in the project window. This _should_ mean that the
- "QuickDraw GX Enabler" file, which actually contains that CFM-68K shared
- library, is optional. However, this flag doesn't work with the CW8
- CFM-68K tools, so that shared library will actually be required. In the
- tests I did with the compiler, installing the shared libraries that were
- needed allowed my part (the Cappuccino Sample part) to work.
-
- It's possible (even likely) that they fixed this in the newer tools which
- aren't available yet.
-
- _troy
-
- ......................................................................
- Troy Gaul tgaul@apple.com
- Apple Computer, Inc. OpenDoc Added Value Products
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-
-